
1. Copy the estimatedWaitTime.js file into your HTML pages. It must be inserted *before* webChat.js
2. Open your copy of webChat.js
3. Inside the setupWebChat function, change "webChat.requestEwt();" to "ewt.requestEwt();"
4. Inside the chatLogin function, change line 154 from this:
    'priority' : webChat.priority
    to this:
    'priority' : ewt.getPriority()
4. Wipe any mention of EWT from webChat.js (optional, but helpful)